Vcenter Vm Hardware NvmeAddressSpec
The Vcenter Vm Hardware NvmeAddressSpec schema contains information for specifying the address of a virtual device that is attached to a virtual NVMe adapter of a virtual machine.
This schema was added in vSphere API 7.0.0.1.
{
"bus": 0,
"unit": 0
}
Bus number of the adapter to which the device should be attached.
This property was added in vSphere API 7.0.0.1.
Unit number of the device.
This property was added in vSphere API 7.0.0.1.
If missing or null
, the server will choose an available unit number on the specified adapter. If there are no available connections on the adapter, the request will be rejected.